From 76aabb76e77259727b094a6c008a164924190333 Mon Sep 17 00:00:00 2001 From: Jeremy Bicha Date: Sat, 28 Apr 2018 09:14:46 -0400 Subject: [PATCH] Ignore test failures on s390x (See #890887) --- debian/changelog | 6 ++++++ debian/rules | 8 ++++++++ 2 files changed, 14 insertions(+) diff --git a/debian/changelog b/debian/changelog index 6a92633..765b0f7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +babl (0.1.46-2) UNRELEASED; urgency=medium + + * Ignore test failures on s390x (See #890887) + + -- Jeremy Bicha Sat, 28 Apr 2018 09:13:53 -0400 + babl (0.1.46-1) unstable; urgency=medium * New upstream release diff --git a/debian/rules b/debian/rules index 84fe598..c3fb0a5 100755 --- a/debian/rules +++ b/debian/rules @@ -22,6 +22,14 @@ override_dh_auto_configure: --disable-sse4_1 \ --disable-f16c +# See https://bugs.debian.org/890887 +# Ignore test failures on s390x +override_dh_auto_test: +ifneq (,$(findstring $(DEB_HOST_ARCH),"s390x")) + -dh_auto_test +else + dh_auto_test + override_dh_install: find debian/tmp -name '*.la' -print -delete dh_install --fail-missing -- 2.30.2